JAMS 6.x Help
NonblockingNativeActivityGeneric<T> Class Members
Fields  Properties  Methods 


The following tables list the members exposed by NonblockingNativeActivityGeneric<T>.

Protected Fields
 NameDescription
Protected FieldContinueExecutionDefaults to true. Can be set to false to stop execution. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<T>)
Top
Public Properties
 NameDescription
Public PropertyDisplayName (Inherited from System.Activities.Activity)
Public PropertyId (Inherited from System.Activities.Activity)
Public PropertyResult (Inherited from System.Activities.Activity<T>)
Public PropertyResultType (Inherited from System.Activities.ActivityWithResult)
Top
Protected Properties
 NameDescription
Protected PropertyAbortOnTaskFailureBy default, if an exception occurs during Task execution we log and rethrow.  
Protected PropertyCanInduceIdleOverridden. Allows the activity to induce idle.  
Protected PropertyConstraints (Inherited from System.Activities.Activity)
Protected PropertyImplementation (Inherited from System.Activities.NativeActivity<T>)
Protected PropertyTaskGets the System.Threading.Task which performs the activity's work.  
Protected PropertyUserStateGets or sets a user-defined object associated with the current async activity  
Top
Public Methods
 NameDescription
Public MethodResumeCommandBookmarkResumes a bookmark created when starting an Activity. Supported responses are Release or Skip. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<T>)
Public MethodToString (Inherited from System.Activities.Activity)
Top
Protected Methods
 NameDescription
Protected MethodAbortOverridden. Abort Activity  
Protected MethodAfterExecuteAfter Execution Completes  
Protected MethodCacheMetadataOverloaded. Overridden. Registers Activity Metadata  
Protected MethodCancelOverridden. Cancels the Activity  
Protected MethodExecuteOverridden. Executes the Activity  
Protected MethodExecuteNonblockingExecutes a Non-blocking Activity  
Protected MethodOnCreateDynamicUpdateMapOverloaded.  (Inherited from System.Activities.NativeActivity<T>)
Protected MethodPrepareToExecutePrepars for Execution  
Protected MethodUpdateInstance (Inherited from System.Activities.NativeActivity<T>)
Top
See Also

Reference

NonblockingNativeActivityGeneric<T> Class
MVPSI.JAMS.Activities Namespace

Send Feedback